---
title: "Account Rate Batch"
method: POST
path: "/ AccountRateBatch"
tags: ["Accounts"]
---

# Account Rate Batch

`POST / AccountRateBatch`

Updates account fees in batches

## Request body

- object
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `RateValue` number — Rate value
  - `RatePercentage` string — Rate percentage
  - `OperationType` string, required — Operation Type
  - `Accounts` object[], required
    - `TaxNumber` string, required — Legal Identification From Company
    - `AccountKey` string, required

## Response `200`

Ok

- DefaultReturnStructure
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
